home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmGrid
- BackColor = &H00C0C0C0&
- BorderStyle = 3 'Fixed Double
- Caption = "Grid Demo"
- ClientHeight = 2805
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 5370
- Height = 3210
- Left = 1035
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2805
- ScaleWidth = 5370
- Top = 1140
- Width = 5490
- Begin Data Data1
- Caption = "CUACTLS.MDB"
- Connect = ""
- DatabaseName = "C:\BP\CUACTLS\CUACTLS.MDB"
- Exclusive = 0 'False
- Height = 270
- Left = 150
- Options = 0
- ReadOnly = 0 'False
- RecordSource = "Test"
- Top = 90
- Width = 2670
- End
- Begin CUACommand cmdOK
- Caption = "OK"
- Default = -1 'True
- Height = 345
- Left = 3915
- StandardButton = 1 'OK
- TabIndex = 1
- Top = 90
- Width = 1275
- End
- Begin CUAGrid Grid1
- BorderStyle = 0 'None
- Cols = 6
- DataSource = "Data1"
- GridLines = 0 'False
- GridLineWidth = 0
- Height = 2025
- HighLight = 0 'False
- Left = 135
- Rows = 2
- ScrollBars = 3 'Both
- TabIndex = 0
- Top = 630
- Width = 5040
- End
- Begin CUALabel lbl1
- Caption = "lbl1"
- Height = 195
- Left = 3270
- TabIndex = 2
- Top = 315
- Visible = 0 'False
- Width = 315
- End
- Option Explicit
- Sub cmdOK_Click ()
- Unload Me
- End Sub
- Sub Form_Load ()
- Data1.DatabaseName = DatabaseName
- End Sub
-